home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KCYAC2.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  1.9 KB  |  51 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM
  14. REM Chuck Yeager's Air Combat from Electronic Arts
  15.  
  16. REM Set BLACK and RED switches to DIGITAL.
  17.  
  18. REM Select Joystick for Control.  Throttle is keyboard type.
  19.  
  20. MDEF KCYAC
  21.  
  22. @DigitalThrottle
  23. @EngineOn/Off
  24.  
  25. BTN UB SelectTargetRt
  26. BTN MB CycleNextWeapons
  27. BTN LB Brakes
  28. BTN HU /P Up45
  29.        /R Ahead
  30. BTN HR /P Right
  31.        /R Ahead
  32. BTN HD /P Back
  33.        /R Ahead
  34. BTN HL /P Left
  35.        /R Ahead
  36. BTN 1 Chaff&FlareX2
  37. BTN 2 TargetinCenter
  38. BTN 3 RadarOn/Off
  39. BTN 4 Enemy
  40. BTN 5 ZoomOut
  41. BTN 6 NextWaypoint
  42. RKR UP Flaps
  43. RKR DN Gear
  44.  
  45. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  46. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  47. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  48. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  49. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  50. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  51.